home *** CD-ROM | disk | FTP | other *** search
/ Megahits 3 / Megahits 3 (1994)(GTI - Rhein-Main-Soft)(DE)[!].iso / module / utilities / delitracker_ii / arexx / dt_playmodule.rexx < prev    next >
OS/2 REXX Batch file  |  1994-10-14  |  124b  |  11 lines

  1. /* DeliTracker - load & play given module */
  2.  
  3. /* Arguments */
  4.  
  5. parse arg filename
  6.  
  7. address 'DELITRACKER'
  8.  
  9. playmod filename
  10.  
  11.